This function detaches from a point data set. This function should be run before exiting from the point file for every point opened by EOS_PT_CREATE or EOS_PT_ATTACH.
Result = EOS_PT_DETACH(pointID)
Returns SUCCEED (0) if successful and FAIL (–1) otherwise.
Point id (long) returned by EOS_PT_CREATE or EOS_PT_ATTACH
None
status = EOS_PT_DETACH(pointID)
5.2 |
Introduced |